home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection 1998 Fall: Game Toolkit / Disc.iso / Samples / Moofwars 1.02 / MoofWars Encoder / •Headers / PICTMask.h < prev   
Encoding:
C/C++ Source or Header  |  1996-08-15  |  1.0 KB  |  37 lines  |  [TEXT/CWIE]

  1. /*************************************************************************************
  2. #
  3. #    Triple.h
  4.  
  5. #
  6. #    Author: Timothy Carroll
  7. #    Apple Developer Technical Support
  8. #    timc@apple.com
  9. #
  10. #    Modification History: 
  11. #
  12. #    8/15/96        TMC     Initial Release
  13. #
  14. #    Copyright © 1996 Apple Computer, Inc., All Rights Reserved
  15. #
  16. #
  17. #    You may incorporate this sample code into your applications without
  18. #    restriction, though the sample code has been provided "AS IS" and the
  19. #    responsibility for its operation is 100% yours.  However, what you are
  20. #    not permitted to do is to redistribute the source as "DSC Sample Code"
  21. #    after having made changes. If you're going to re-distribute the source,
  22. #    we require that you make it clear in the source that the code was
  23. #    descended from Apple Sample Code, but that you've made changes.
  24. #
  25. *************************************************************************************/
  26.  
  27. #ifndef _TRIPLE_
  28. #define _TRIPLE_
  29.  
  30. #pragma once
  31.  
  32. extern OSStatus GeneratePICTMasks (short inputFileResNum, short outputFileResNum);
  33.  
  34. #endif // _TRIPLE_
  35.  
  36.  
  37.